home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / prog / asm_0_m.arj / ALIAS1.TXT < prev    next >
Text File  |  1990-01-04  |  2KB  |  62 lines

  1.  
  2. #: 28039 S2/Utilities [U]
  3.     04-Jan-90  00:45:45
  4. Sb: ALIAS ver 1.1 announced
  5. Fm: Douglas Boling 72271,1352
  6. To: All
  7.  
  8. To all,
  9.  
  10.    Announcing a new version of ALIAS to calm the masses.  Version 1.1 fixes
  11. bugs, adds a new feature, and attempts to be more compatible with various 386
  12. memory management utilities.
  13.  
  14.    First, the highlights:
  15.  
  16.    1.     Fixed stupid bug involving consecutive percent signs.
  17.    2.     Now correctly finds the Master Environment block in DOS 3.2
  18.    3.     Works in the OS/2 DOS box
  19.    4.     Support for COMMAND.COM shelling
  20.    5.     Smaller memory requirements on installation.
  21.  
  22.  
  23.    Now the details:
  24.  
  25.    1.     Fixed stupid bug involving consecutive percent signs.
  26.    2.     Now correctly finds the Master Environment block in DOS 3.2
  27.  
  28.    Sorry about these bugs.  I should have done more testing.  Don't blame Jeff,
  29. these were both my fault.  Alas, you live and learn.
  30.  
  31.  
  32.    3.     Works in the OS/2 DOS box
  33.  
  34.    At one time this was in the original version, somehow it was removed before
  35. we delivered the code.  Anyway, it is back.  Its still useful since although
  36. OS/2 1.2 CMD.EXE stacks commands, the DOS box COMMAND.COM still does not.
  37.  
  38.  
  39.    4.     Support for COMMAND.COM shelling
  40.  
  41.    Boy, did we not anticipate the uproar about not supporting shelling! The
  42. masses have spoken, and we have listened.
  43.  
  44.  
  45.    5.     Smaller memory requirements on installation.
  46.  
  47.    This change is not without some side effects.  By reducing the default
  48. memory requirements ALIAS is now limited to a 16 Kbyte input file and a total
  49. installed size (command stack and alias list) of 44 Kbytes.  This may sound
  50. like plenty but I'm sure someone will soon say that ALIAS 1.0 worked for them
  51. but 1.1 does not.  Anticipating this problem, the constants for the file buffer
  52. size and total installed size are now patchable.  Both parameters are located
  53. in the COM file immediately following the copyright notice.
  54.  
  55. ========================================================================
  56.    One important note.  If ALIAS 1.0 is currently installed on your machine use
  57. version 1.0 to uninstall it.  Using version 1.1 to uninstall ALIAS 1.0 may
  58. result in a hard lockup of your machine.  Sorry, this is due to the extensive
  59. revisions to the code.
  60.  
  61. Doug
  62.